home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / dev / misc / gms_dev.lha / GMS / Includes / proto / games.h
Encoding:
C/C++ Source or Header  |  1997-07-05  |  204 b   |  12 lines

  1. #ifndef PROTO_GAMES_H
  2. #define PROTO_GAMES_H
  3.  
  4. #ifdef _DCC
  5. extern struct GMSBase *GMSBase;
  6. #endif
  7.  
  8. #include <clib/games_protos.h>
  9. #include <pragmas/games_pragmas.h>
  10. #include <pragmas/games_extras.h>
  11. #endif
  12.